From: Ben Hutchings Date: Mon, 24 Jun 2013 04:28:00 +0000 (+0100) Subject: misc/bmp085: Enable building as a module X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~58 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com//styles.css/%22http:/www.example.com/styles.css?a=commitdiff_plain;h=0d5fce84979cdd47c799c8f1fdbe42dbb0b87385;p=linux-4.9.git misc/bmp085: Enable building as a module Commit 985087dbcb02 'misc: add support for bmp18x chips to the bmp085 driver' changed the BMP085 config symbol to a boolean. I see no reason why the shared code cannot be built as a module, so change it back to tristate. Cc: Eric Andersson Signed-off-by: Ben Hutchings Gbp-Pq: Topic bugfix/all Gbp-Pq: Name misc-bmp085-Enable-building-as-a-module.patch --- diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 22892c701c63..4bf7d50b1bc7 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -439,7 +439,7 @@ config ARM_CHARLCD still useful. config BMP085 - bool + tristate depends on SYSFS config BMP085_I2C